home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / whomp.swf / scripts / DefineButton2_367 / BUTTONCONDACTION on(keyPress Space).as
Encoding:
Text File  |  2007-04-20  |  112 b   |  6 lines

  1. on(keyPress "<Space>"){
  2.    gClear = true;
  3.    _root.section = 9;
  4.    gotoAndPlay(_root._currentFrame + 1);
  5. }
  6.